Hệ thống quản lý nguồn nhân lực Dự án năm cuối trong c#

  • Frm_Department.Designer.vb
  • project /
1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class Frm_Department
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.txtID = New System.Windows.Forms.TextBox()
26         Me.Label5 = New System.Windows.Forms.Label()
27         Me.DepttID = New System.Windows.Forms.DataGridViewTextBoxColumn()
28         Me.DepttManName = New System.Windows.Forms.DataGridViewTextBoxColumn()
29         Me.btnCancel = New System.Windows.Forms.Button()
30         Me.DepttName = New System.Windows.Forms.DataGridViewTextBoxColumn()
31         Me.btnOk = New System.Windows.Forms.Button()
32         Me.btnApply = New System.Windows.Forms.Button()
33         Me.DepttPhone = New System.Windows.Forms.DataGridViewTextBoxColumn()
34         Me.btnEdit = New System.Windows.Forms.Button()
35         Me.dgvDeptt = New System.Windows.Forms.DataGridView()
36         Me.DepttStrength = New System.Windows.Forms.DataGridViewTextBoxColumn()
37         Me.DepttManID = New System.Windows.Forms.DataGridViewTextBoxColumn()
38         Me.FromDB = New System.Windows.Forms.DataGridViewCheckBoxColumn()
39         Me.btnRemove = New System.Windows.Forms.Button()
40         Me.txtPhone = New System.Windows.Forms.TextBox()
41         Me.Label12 = New System.Windows.Forms.Label()
42         Me.txtName = New System.Windows.Forms.TextBox()
43         Me.Label7 = New System.Windows.Forms.Label()
44         Me.cmboxManagers = New System.Windows.Forms.ComboBox()
45         Me.btnAdd = New System.Windows.Forms.Button()
46         Me.Label1 = New System.Windows.Forms.Label()
47         Me.txtStrength = New System.Windows.Forms.TextBox()
48         Me.Label3 = New System.Windows.Forms.Label()
49         Me.Label4 = New System.Windows.Forms.Label()
50         Me.Panel1 = New System.Windows.Forms.Panel()
51         Me.Panel2 = New System.Windows.Forms.Panel()
52         CType(Me.dgvDeptt, System.ComponentModel.ISupportInitialize).BeginInit()
53         Me.Panel2.SuspendLayout()
54         Me.SuspendLayout()
55         
'
56         
'txtID
57         
'
58         Me.txtID.Enabled = False
59         Me.txtID.Location = New System.Drawing.Point(
127, 59)
60         Me.txtID.Name =
"txtID"
61         Me.txtID.Size = New System.Drawing.Size(
154, 20)
62         Me.txtID.TabIndex =
75
63         
'
64         
'Label5
65         
'
66         Me.Label5.AutoSize = True
67         Me.Label5.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
68         Me.Label5.ForeColor = System.Drawing.Color.SteelBlue
69         Me.Label5.Location = New System.Drawing.Point(
24, 60)
70         Me.Label5.Name =
"Label5"
71         Me.Label5.Size = New System.Drawing.Size(
64, 16)
72         Me.Label5.TabIndex =
93
73         Me.Label5.Text =
"Deptt ID"
74         
'
75         
'DepttID
76         
'
77         Me.DepttID.HeaderText =
"Deptt ID"
78         Me.DepttID.Name =
"DepttID"
79         
'
80         
'DepttManName
81         
'
82         Me.DepttManName.HeaderText =
"Manager Name"
83         Me.DepttManName.Name =
"DepttManName"
84         
'
85         
'btnCancel
86         
'
87         Me.btnCancel.BackColor = System.Drawing.Color.SteelBlue
88         Me.btnCancel.Cursor = System.Windows.Forms.Cursors.Hand
89         Me.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat
90         Me.btnCancel.ForeColor = System.Drawing.Color.White
91         Me.btnCancel.Location = New System.Drawing.Point(
538, 377)
92         Me.btnCancel.Name =
"btnCancel"
93         Me.btnCancel.Size = New System.Drawing.Size(
99, 31)
94         Me.btnCancel.TabIndex =
85
95         Me.btnCancel.Text =
"Cancel"
96         Me.btnCancel.UseVisualStyleBackColor = False
97         
'
98         
'DepttName
99         
'
100         Me.DepttName.HeaderText =
"Department Name"
101         Me.DepttName.Name =
"DepttName"
102         
'
103         
'btnOk
104         
'
105         Me.btnOk.BackColor = System.Drawing.Color.SteelBlue
106         Me.btnOk.Cursor = System.Windows.Forms.Cursors.Hand
107         Me.btnOk.FlatStyle = System.Windows.Forms.FlatStyle.Flat
108         Me.btnOk.ForeColor = System.Drawing.Color.White
109         Me.btnOk.Location = New System.Drawing.Point(
433, 377)
110         Me.btnOk.Name =
"btnOk"
111         Me.btnOk.Size = New System.Drawing.Size(
99, 31)
112         Me.btnOk.TabIndex =
84
113         Me.btnOk.Text =
"Ok"
114         Me.btnOk.UseVisualStyleBackColor = False
115         
'
116         
'btnApply
117         
'
118         Me.btnApply.BackColor = System.Drawing.Color.SteelBlue
119         Me.btnApply.Cursor = System.Windows.Forms.Cursors.Hand
120         Me.btnApply.FlatStyle = System.Windows.Forms.FlatStyle.Flat
121         Me.btnApply.ForeColor = System.Drawing.Color.White
122         Me.btnApply.Location = New System.Drawing.Point(
328, 377)
123         Me.btnApply.Name =
"btnApply"
124         Me.btnApply.Size = New System.Drawing.Size(
99, 31)
125         Me.btnApply.TabIndex =
83
126         Me.btnApply.Text =
"Apply"
127         Me.btnApply.UseVisualStyleBackColor = False
128         
'
129         
'DepttPhone
130         
'
131         Me.DepttPhone.HeaderText =
"Phone Number"
132         Me.DepttPhone.Name =
"DepttPhone"
133         
'
134         
'btnEdit
135         
'
136         Me.btnEdit.BackColor = System.Drawing.Color.SteelBlue
137         Me.btnEdit.Cursor = System.Windows.Forms.Cursors.Hand
138         Me.btnEdit.FlatStyle = System.Windows.Forms.FlatStyle.Flat
139         Me.btnEdit.ForeColor = System.Drawing.Color.White
140         Me.btnEdit.Location = New System.Drawing.Point(
118, 377)
141         Me.btnEdit.Name =
"btnEdit"
142         Me.btnEdit.Size = New System.Drawing.Size(
99, 31)
143         Me.btnEdit.TabIndex =
81
144         Me.btnEdit.Text =
"Edit"
145         Me.btnEdit.UseVisualStyleBackColor = False
146         
'
147         
'dgvDeptt
148         
'
149         Me.dgvDeptt.AllowUserToAddRows = False
150         Me.dgvDeptt.AllowUserToDeleteRows = False
151         Me.dgvDeptt.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight
152         Me.dgvDeptt.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
153         Me.dgvDeptt.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.DepttID, Me.DepttName, Me.DepttStrength, Me.DepttPhone, Me.DepttManID, Me.DepttManName, Me.FromDB})
154         Me.dgvDeptt.Location = New System.Drawing.Point(
13, 221)
155         Me.dgvDeptt.MultiSelect = False
156         Me.dgvDeptt.Name =
"dgvDeptt"
157         Me.dgvDeptt.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
158         Me.dgvDeptt.Size = New System.Drawing.Size(
624, 150)
159         Me.dgvDeptt.TabIndex =
86
160         
'
161         
'DepttStrength
162         
'
163         Me.DepttStrength.HeaderText =
"Strength"
164         Me.DepttStrength.Name =
"DepttStrength"
165         
'
166         
'DepttManID
167         
'
168         Me.DepttManID.HeaderText =
"DepttManID"
169         Me.DepttManID.Name =
"DepttManID"
170         Me.DepttManID.Visible = False
171         
'
172         
'FromDB
173         
'
174         Me.FromDB.HeaderText =
"FromDB"
175         Me.FromDB.Name =
"FromDB"
176         Me.FromDB.Visible = False
177         
'
178         
'btnRemove
179         
'
180         Me.btnRemove.BackColor = System.Drawing.Color.SteelBlue
181         Me.btnRemove.Cursor = System.Windows.Forms.Cursors.Hand
182         Me.btnRemove.FlatStyle = System.Windows.Forms.FlatStyle.Flat
183         Me.btnRemove.ForeColor = System.Drawing.Color.White
184         Me.btnRemove.Location = New System.Drawing.Point(
223, 377)
185         Me.btnRemove.Name =
"btnRemove"
186         Me.btnRemove.Size = New System.Drawing.Size(
99, 31)
187         Me.btnRemove.TabIndex =
82
188         Me.btnRemove.Text =
"Remove"
189         Me.btnRemove.UseVisualStyleBackColor = False
190         
'
191         
'txtPhone
192         
'
193         Me.txtPhone.Location = New System.Drawing.Point(
127, 109)
194         Me.txtPhone.Name =
"txtPhone"
195         Me.txtPhone.Size = New System.Drawing.Size(
154, 20)
196         Me.txtPhone.TabIndex =
77
197         
'
198         
'Label12
199         
'
200         Me.Label12.AutoSize = True
201         Me.Label12.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
202         Me.Label12.ForeColor = System.Drawing.Color.SteelBlue
203         Me.Label12.Location = New System.Drawing.Point(
26, 113)
204         Me.Label12.Name =
"Label12"
205         Me.Label12.Size = New System.Drawing.Size(
80, 16)
206         Me.Label12.TabIndex =
92
207         Me.Label12.Text =
"Phone No."
208         
'
209         
'txtName
210         
'
211         Me.txtName.Location = New System.Drawing.Point(
441, 56)
212         Me.txtName.Name =
"txtName"
213         Me.txtName.Size = New System.Drawing.Size(
154, 20)
214         Me.txtName.TabIndex =
76
215         
'
216         
'Label7
217         
'
218         Me.Label7.AutoSize = True
219         Me.Label7.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
220         Me.Label7.ForeColor = System.Drawing.Color.SteelBlue
221         Me.Label7.Location = New System.Drawing.Point(
26, 166)
222         Me.Label7.Name =
"Label7"
223         Me.Label7.Size = New System.Drawing.Size(
69, 16)
224         Me.Label7.TabIndex =
91
225         Me.Label7.Text =
"Manager"
226         
'
227         
'cmboxManagers
228         
'
229         Me.cmboxManagers.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
230         Me.cmboxManagers.FormattingEnabled = True
231         Me.cmboxManagers.Location = New System.Drawing.Point(
127, 166)
232         Me.cmboxManagers.Name =
"cmboxManagers"
233         Me.cmboxManagers.Size = New System.Drawing.Size(
154, 23)
234         Me.cmboxManagers.TabIndex =
79
235         Me.cmboxManagers.Text =
"Select - Manager"
236         
'
237         
'btnAdd
238         
'
239         Me.btnAdd.BackColor = System.Drawing.Color.SteelBlue
240         Me.btnAdd.Cursor = System.Windows.Forms.Cursors.Hand
241         Me.btnAdd.FlatStyle = System.Windows.Forms.FlatStyle.Flat
242         Me.btnAdd.ForeColor = System.Drawing.Color.White
243         Me.btnAdd.Location = New System.Drawing.Point(
13, 377)
244         Me.btnAdd.Name =
"btnAdd"
245         Me.btnAdd.Size = New System.Drawing.Size(
99, 31)
246         Me.btnAdd.TabIndex =
80
247         Me.btnAdd.Text =
"Add"
248         Me.btnAdd.UseVisualStyleBackColor = False
249         
'
250         
'Label1
251         
'
252         Me.Label1.AutoSize = True
253         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
254         Me.Label1.ForeColor = System.Drawing.SystemColors.ButtonHighlight
255         Me.Label1.Location = New System.Drawing.Point(
248, 5)
256         Me.Label1.Name =
"Label1"
257         Me.Label1.Size = New System.Drawing.Size(
148, 29)
258         Me.Label1.TabIndex =
8
259         Me.Label1.Text =
"Department"
260         
'
261         
'txtStrength
262         
'
263         Me.txtStrength.Location = New System.Drawing.Point(
441, 109)
264         Me.txtStrength.Name =
"txtStrength"
265         Me.txtStrength.Size = New System.Drawing.Size(
154, 20)
266         Me.txtStrength.TabIndex =
78
267         
'
268         
'Label3
269         
'
270         Me.Label3.AutoSize = True
271         Me.Label3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
272         Me.Label3.ForeColor = System.Drawing.Color.SteelBlue
273         Me.Label3.Location = New System.Drawing.Point(
347, 57)
274         Me.Label3.Name =
"Label3"
275         Me.Label3.Size = New System.Drawing.Size(
49, 16)
276         Me.Label3.TabIndex =
89
277         Me.Label3.Text =
"Name"
278         
'
279         
'Label4
280         
'
281         Me.Label4.AutoSize = True
282         Me.Label4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
283         Me.Label4.ForeColor = System.Drawing.Color.SteelBlue
284         Me.Label4.Location = New System.Drawing.Point(
347, 109)
285         Me.Label4.Name =
"Label4"
286         Me.Label4.Size = New System.Drawing.Size(
65, 16)
287         Me.Label4.TabIndex =
90
288         Me.Label4.Text =
"Strength"
289         
'
290         
'Panel1
291         
'
292         Me.Panel1.BackColor = System.Drawing.Color.SteelBlue
293         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
294         Me.Panel1.Location = New System.Drawing.Point(-
1, 414)
295         Me.Panel1.Name =
"Panel1"
296         Me.Panel1.Size = New System.Drawing.Size(
652, 21)
297         Me.Panel1.TabIndex =
88
298         
'
299         
'Panel2
300         
'
301         Me.Panel2.BackColor = System.Drawing.Color.SteelBlue
302         Me.Panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
303         Me.Panel2.Controls.Add(Me.Label1)
304         Me.Panel2.Location = New System.Drawing.Point(-
1, -1)
305         Me.Panel2.Name =
"Panel2"
306         Me.Panel2.Size = New System.Drawing.Size(
650, 39)
307         Me.Panel2.TabIndex =
87
308         
'
309         
'Frm_Department
310         
'
311         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
312         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
313         Me.BackColor = System.Drawing.SystemColors.ButtonHighlight
314         Me.ClientSize = New System.Drawing.Size(
650, 435)
315         Me.Controls.Add(Me.txtID)
316         Me.Controls.Add(Me.Label5)
317         Me.Controls.Add(Me.btnCancel)
318         Me.Controls.Add(Me.btnOk)
319         Me.Controls.Add(Me.btnApply)
320         Me.Controls.Add(Me.btnEdit)
321         Me.Controls.Add(Me.dgvDeptt)
322         Me.Controls.Add(Me.btnRemove)
323         Me.Controls.Add(Me.txtPhone)
324         Me.Controls.Add(Me.Label12)
325         Me.Controls.Add(Me.txtName)
326         Me.Controls.Add(Me.Label7)
327         Me.Controls.Add(Me.cmboxManagers)
328         Me.Controls.Add(Me.btnAdd)
329         Me.Controls.Add(Me.txtStrength)
330         Me.Controls.Add(Me.Label3)
331         Me.Controls.Add(Me.Label4)
332         Me.Controls.Add(Me.Panel1)
333         Me.Controls.Add(Me.Panel2)
334         Me.MaximizeBox = False
335         Me.Name =
"Frm_Department"
336         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
337         Me.Text =
"Frm_Department"
338         CType(Me.dgvDeptt, System.ComponentModel.ISupportInitialize).EndInit()
339         Me.Panel2.ResumeLayout(False)
340         Me.Panel2.PerformLayout()
341         Me.ResumeLayout(False)
342         Me.PerformLayout()
343
344     End Sub
345     Friend WithEvents txtID As System.Windows.Forms.TextBox
346     Friend WithEvents Label5 As System.Windows.Forms.Label
347     Friend WithEvents DepttID As System.Windows.Forms.DataGridViewTextBoxColumn
348     Friend WithEvents DepttManName As System.Windows.Forms.DataGridViewTextBoxColumn
349     Friend WithEvents btnCancel As System.Windows.Forms.Button
350     Friend WithEvents DepttName As System.Windows.Forms.DataGridViewTextBoxColumn
351     Friend WithEvents btnOk As System.Windows.Forms.Button
352     Friend WithEvents btnApply As System.Windows.Forms.Button
353     Friend WithEvents DepttPhone As System.Windows.Forms.DataGridViewTextBoxColumn
354     Friend WithEvents btnEdit As System.Windows.Forms.Button
355     Friend WithEvents dgvDeptt As System.Windows.Forms.DataGridView
356     Friend WithEvents DepttStrength As System.Windows.Forms.DataGridViewTextBoxColumn
357     Friend WithEvents DepttManID As System.Windows.Forms.DataGridViewTextBoxColumn
358     Friend WithEvents FromDB As System.Windows.Forms.DataGridViewCheckBoxColumn
359     Friend WithEvents btnRemove As System.Windows.Forms.Button
360     Friend WithEvents txtPhone As System.Windows.Forms.TextBox
361     Friend WithEvents Label12 As System.Windows.Forms.Label
362     Friend WithEvents txtName As System.Windows.Forms.TextBox
363     Friend WithEvents Label7 As System.Windows.Forms.Label
364     Friend WithEvents cmboxManagers As System.Windows.Forms.ComboBox
365     Friend WithEvents btnAdd As System.Windows.Forms.Button
366     Friend WithEvents Label1 As System.Windows.Forms.Label
367     Friend WithEvents txtStrength As System.Windows.Forms.TextBox
368     Friend WithEvents Label3 As System.Windows.Forms.Label
369     Friend WithEvents Label4 As System.Windows.Forms.Label
370     Friend WithEvents Panel1 As System.Windows.Forms.Panel
371     Friend WithEvents Panel2 As System.Windows.Forms.Panel
372 End Class


Gõ tìm kiếm nhanh...